ci: I guess we did need CMake
authorFelix Krull <f_krull@gmx.de>
Tue, 27 Aug 2019 23:11:16 +0000 (01:11 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:54 +0000 (12:53 -0400)
rust-bindings/rust/.gitlab-ci.yml

index 0cea1a9b5c7e6055b38c838f73bb930ab0eac0f2..20f1bfd0e02e19e205017710421f0e03f20d036f 100644 (file)
@@ -10,7 +10,7 @@ variables:
 before_script:
 # TODO: use libostree from unstable
 - apt-get update
-- apt-get install -y libostree-dev
+- apt-get install -y cmake libostree-dev
 - wget -O - ${SCCACHE_URL} | tar -C /usr/bin/ -xz --wildcards --strip-components=1 '*/sccache'
 
 cache: